/* 弹出更新提示开始 */
.popup_box02{ position:fixed; top:0px; width:100%; background:rgba(0,0,0,0.5); height:100%;  z-index:99;    }
.sub_update02 {  height: 100%; display: flex; justify-content:center; align-items:center;  width: 100%; }
.update02 {  border:10px solid rgba(255,255,255,0.3);  width:460px; margin:0 auto; text-align:center; }
.update02_main { background:#fff;}
.update02 img { display:block;}
.update02_logo { height:90px; width:100%; background:url(../images/star/update/update_logo.png) left no-repeat;}
.update02_title { height:36px; margin:0 25px; margin-top:20px;  background:url(../images/star/update/update_title.png) #fff center center no-repeat;}
.update02_text { padding:15px 30px 10px; text-align:left;  }
.update02_text p {  font-size:16px; padding-bottom:20px; padding-top:20px; color:#666; }
.update02_text em { background:#F5F5F5; line-height:100px; font-size:16px; color:#333; height:100px; text-align:center; display:block; overflow:auto;}
.update02_text span { padding:5px 0; display:block; line-height:20px; color:#666; font-size:14px;}
.update02_btn { padding:0px 30px 25px; overflow:hidden;}
.update02_btn span,.update_btn em{ box-sizing:border-box; float:left; width:100%; }
.update02_btn span {}
.update02_btn em { }
.update02_btn a{  line-height:34px; float:right; font-size:16px; color:#999 !important;}

.update02_btn02 { padding:15px 25px 5px ; text-align:left;}
.update02_btn02 em { color:#666;}
.update02_btn02 a { float:right; color:#2D8AE3 !important;}
/* 弹出更新提示结束 */

@media screen and (max-width: 500px) {
	.update02 {  width:400px;  }
}
@media screen and (max-width: 440px) {
	.update02 {  width:360px;  }
}
@media screen and (max-width: 400px) {
	.update02 {  width:320px;  }
}